home *** CD-ROM | disk | FTP | other *** search
- object DatabaseOrderForm: TDatabaseOrderForm
- Left = 381
- Top = 194
- HelpContext = 1543
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select Databases'
- ClientHeight = 229
- ClientWidth = 337
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 5
- Top = 4
- Width = 220
- Height = 13
- Caption = 'Select the databases you would like to search:'
- end
- object lbDatabases: TCheckListBox
- Left = 3
- Top = 20
- Width = 245
- Height = 205
- OnClickCheck = lbDatabasesClickCheck
- ItemHeight = 13
- TabOrder = 0
- end
- object btnOk: TButton
- Left = 256
- Top = 20
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 256
- Top = 52
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object UpButton: TButton
- Left = 256
- Top = 170
- Width = 75
- Height = 25
- Caption = 'Move &Up'
- TabOrder = 3
- OnClick = UpButtonClick
- end
- object DownButton: TButton
- Left = 256
- Top = 200
- Width = 75
- Height = 25
- Caption = 'Move &Down'
- TabOrder = 4
- OnClick = DownButtonClick
- end
- end
-